Edit Task: SetPossibility ResourceBreakdown
Description
The SetPossibility ResourceBreakdown attribute under EditTask defines the resource's breakdown time for a single task possibility.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility. Order is not required and the resource names should not be in quotes. |
ResourceName | A string of text of the resource name that is being defined within the command. |
BreakdownTime | A numerical value in seconds (millisecond fidelity). |
Examples
Set the breakdown time to 15.2s for ResA in the possibility containing ResA and ResB
PATCH api/task/TaskA
Body:
{
"SetResourceDetails" : {
"PossibilityName" : "ResA,ResB",
"ResourceName" : "ResA",
"BreakdownTime" : "15.2" }
}